home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libntfs-3g28 / README.Debian < prev   
Text File  |  2008-07-10  |  1KB  |  30 lines

  1. ntfs-3g for Debian
  2. ==================
  3.  
  4. Quickstart guide for ntfs-3g
  5. ----------------------------
  6.  
  7. I assume NTFS partition is '/dev/hda1' and its mountpoint '/mnt/windows'.
  8.  
  9. 1. Load fuse kernel module and add them to /etc/modules :
  10.    modprobe fuse && echo "fuse" >> /etc/modules
  11.  
  12.    Please notice that with recent kernel (Etch and above), you can skip this
  13.    step, everything will be done automatically.
  14.  
  15. 2. Mount a NTFS partition :
  16.    ntfs-3g /dev/hda1 /mnt/windows
  17.  
  18. 3. If you want to give full access for all users, ignore permission related
  19.    driver messages, and make national characters visible then use (drop or
  20.    replace the below fr_FR.utf8 with the appropriate setting, and also the
  21.    device and mount points, if needed) :
  22.  
  23.    ntfs-3g /dev/hda1 /mnt/windows -o silent,umask=0,locale=fr_FR.utf8
  24.  
  25. 4. To mount the patition at startup, edit /etc/fstab and add :
  26.  
  27.    /dev/hda1  /mnt/windows  ntfs-3g  silent,umask=0,locale=fr_FR.utf8  0  0
  28.  
  29.  -- Adam C├⌐cile (Le_Vert) <gandalf@le-vert.net>, Tue, 3 Oct 2006 01:17:00 +0200
  30.